X-Git-Url: http://git.cyclocoop.org//%22http:/%22.attribut_html%28%24lesurls%5B%24numero%5D%29.%22/%22?a=blobdiff_plain;f=RELEASE-NOTES-1.28;h=757cec3a22d69b647e2a0203a5cbda8de8bfa682;hb=fd8d3abec8f2b02f6b77e65b6f643f808cc1d8a6;hp=8b00d2efad97088e785ef43b960311aec85dc5d1;hpb=b1d059e8a1254bbc02533378d0ec788bc94ee163;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.28 b/RELEASE-NOTES-1.28 index 8b00d2efad..757cec3a22 100644 --- a/RELEASE-NOTES-1.28 +++ b/RELEASE-NOTES-1.28 @@ -22,6 +22,10 @@ production. * The deprecated $wgEditEncoding variable has been removed; it was only used for Esperanto language character conversion. You are now recommended to use input methods provided by the UniversalLanguageSelector extension. +* When $wgPingback is true, MediaWiki will periodically ping + https://www.mediawiki.org/beacon with basic information about the local + MediaWiki installation. This data includes, for example, the type of system, + PHP version, and chosen database backend. This behavior is off by default. === New features in 1.28 === * User::isBot() method for checking if an account is a bot role account. @@ -32,6 +36,8 @@ production. * Added a new hook, 'UploadVerifyUpload', which can be used to reject a file upload. Unlike 'UploadVerifyFile' it provides information about upload comment and the file description page, but does not run for uploads to stash. +* (T141604) Extensions can now provide a better error message when their + maintenance scripts are run without the extension being installed. === External library changes in 1.28 === @@ -45,6 +51,13 @@ production. === Bug fixes in 1.28 === === Action API changes in 1.28 === +* Added 'maxarticlesize' property to action=query&meta=siteinfo which contains + the value of $wgMaxArticleSize. +* Property 'modulemessages' from action=parse&prop=modules was removed + (deprecated since 1.26). +* The following response properties from action=login, deprecated in 1.27, are + now removed: lgtoken, cookieprefix, sessionid. Clients should handle cookies + to properly manage session state. === Action API internal changes in 1.28 === * Added a new hook, 'ApiMakeParserOptions', to allow extensions to better @@ -68,6 +81,27 @@ changes to languages because of Phabricator reports. * Deprecated APIEditBeforeSave hook in favor of EditFilterMergedContent. * The 'UploadVerification' hook is deprecated. Use 'UploadVerifyFile' instead. * SiteConfiguration::isLocalVHost() was removed (deprecated since 1.25). +* The 'UserLoginComplete' hook has a new parameter to differentiate between actual + login and visiting the login page while already logged in. +* ResourceLoader::makeLoaderURL() was removed (deprecated since 1.24). +* $.fn.liveAndTestAtStart was removed (deprecated since 1.24). +* Linker::link() and Linker::linkKnown() were deprecated; please instead use + MediaWiki\Linker\LinkRenderer. In addition, the LinkBegin and LinkEnd hooks + were replaced by HtmlPageLinkRendererBegin and HtmlPageLinkRendererEnd + respectively. See docs/hooks.txt for the specific changes needed for those hooks. +* Aliases for Linker methods, deprecated since 1.21, were removed from Skin: + * Skin::commentBlock() (use Linker::commentBlock() instead) + * Skin::generateRollback() (use Linker::generateRollback() instead) + * Skin::link() (use MediaWiki\Linker\LinkRenderer instead) + * Skin::linkKnown() (use MediaWiki\Linker\LinkRenderer instead) + * Skin::userLink() (use Linker::userLink() instead) + * Skin::userToolLinks() (use Linker::userToolLinks() instead) +* The 'ParserLimitReportFormat' hook was removed. +* Disabled "bug 2702" HTML tidying of parsed UI messages on wikis where Tidy is + disabled. +* DifferenceEngine::generateDiffBody() was removed (deprecated since 1.21). +* UploadBase::stashFileGetKey() and UploadBase::stashSession() were deprecated. + Use ...->stashFile()->getFileKey() instead. == Compatibility ==